home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
a_to_d
/
dwsock11
/
time.dfm
/
time.txt
Wrap
Text File
|
1996-09-15
|
4KB
|
184 lines
object frmTime: TfrmTime
Left = 202
Top = 100
BorderStyle = bsDialog
Caption = 'Internet Time'
ClientHeight = 199
ClientWidth = 401
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 13
object TLabel
Left = 160
Top = 24
Width = 27
Height = 13
Caption = 'Host'
end
object sockTime: TClientSocket
Left = 368
Top = 128
Width = 24
Height = 24
Port = 0
Service = 'time'
OnInfo = sockTimeInfo
Host = 'sunic.sunet.se'
OnConnect = sockTimeConnect
OnDisconnect = sockTimeDisconnect
OnRead = sockTimeRead
end
object btnTime: TButton
Left = 32
Top = 136
Width = 81
Height = 25
Caption = '&Update'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = btnTimeClick
end
object hdrInfo: THeader
Left = 0
Top = 176
Width = 401
Height = 23
Align = alBottom
BorderStyle = bsNone
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Sections.Sections = (
#0'31'#0'Info'
#0'13'#0' ')
TabOrder = 3
end
object gbTime: TGroupBox
Left = 16
Top = 8
Width = 105
Height = 113
Caption = 'Time'
TabOrder = 4
object clock: TPaintBox
Left = 16
Top = 24
Width = 73
Height = 73
OnPaint = clockPaint
end
end
object gbOptions: TGroupBox
Left = 136
Top = 8
Width = 249
Height = 113
Caption = 'Options'
TabOrder = 5
object Label1: TLabel
Left = 16
Top = 24
Width = 27
Height = 13
Caption = 'Host'
end
object Label2: TLabel
Left = 104
Top = 72
Width = 43
Height = 13
Caption = 'GMT + '
end
object lblGMT: TLabel
Left = 152
Top = 72
Width = 6
Height = 13
Caption = '1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object chkDST: TCheckBox
Left = 16
Top = 72
Width = 49
Height = 17
Caption = 'DST'
TabOrder = 0
end
object spinGMT: TSpinButton
Left = 168
Top = 64
Width = 17
Height = 25
DownGlyph.Data = {
A6000000424DA600000000000000760000002800000009000000060000000100
0400000000003000000000000000000000000000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
0000333303333000000033300033300000003300000330000000300000003000
00003333333330000000}
TabOrder = 1
UpGlyph.Data = {
A6000000424DA600000000000000760000002800000009000000060000000100
0400000000003000000000000000000000000000000000000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
0000300000003000000033000003300000003330003330000000333303333000
00003333333330000000}
OnDownClick = spinGMTDownClick
OnUpClick = spinGMTUpClick
end
end
object comboHost: TComboBox
Left = 192
Top = 32
Width = 177
Height = 20
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
Items.Strings = (
'sunic.sunet.se'
'supr.scm.liv.ac.uk'
'tycho.usno.navy.mil')
ParentFont = False
TabOrder = 2
Text = 'sunic.sunet.se'
end
object Panel1: TPanel
Left = 136
Top = 136
Width = 249
Height = 25
Caption = 'By Ulf S�derberg'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 6
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 328
Top = 128
end
end